parallel-debian: Remove hack to remove FIFO
authorColin Walters <walters@verbum.org>
Wed, 9 Nov 2011 15:02:06 +0000 (10:02 -0500)
committerColin Walters <walters@verbum.org>
Wed, 9 Nov 2011 15:02:06 +0000 (10:02 -0500)
We now support named pipes.

parallel-debian/gnomeos-make-image.sh

index 5475a6d7a25b20b2b75e75fe23e00fb522812fe6..101734f83c7817f3b889402b22a8438c531f3a21 100755 (executable)
@@ -132,7 +132,6 @@ if ! test -d ${OBJ}; then
         ar x $d;
         tar -x -z -C data -f data.tar.gz;
         cd data;
-        rm -f dev/.initctl  # Hack since we don't support committing named pipes
         $OSTREE --repo=../../repo commit -b "${archivename}" -s "Version ${debversion}"
         BRANCHES="$BRANCHES $archivename"
         cd ../..